Click or drag to resize

StreamingEventsResponse Class

Class StreamingEventsResponse.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeResponse
    Independentsoft.ExchangeStreamingEventsResponse

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class StreamingEventsResponse : Response

The StreamingEventsResponse type exposes the following members.

Constructors
  NameDescription
Public methodStreamingEventsResponse
Initializes a new instance of the StreamingEventsResponse class.
Public methodStreamingEventsResponse(Stream)
Initializes a new instance of the StreamingEventsResponse class.
Top
Properties
  NameDescription
Public propertyConnectionStatus
Gets the connection status.
Public propertyDescriptiveLinkKey
Currently unused and is reserved for future use.
(Inherited from Response.)
Public propertyErrorSubscriptionIds
Gets the error subscription ids.
Public propertyMessage
Provides a text description of the status of the response.
(Inherited from Response.)
Public propertyNotifications
Gets the notifications.
Public propertyResponseClass
Represents the status of the response.
(Inherited from Response.)
Public propertyResponseCode
Provides an error code that identifies the specific error that the request encountered.
(Inherited from Response.)
Public propertyServerVersionInfo
Represents the Microsoft Exchange Server version number.
(Inherited from Response.)
Public propertyXmlMessage
Provides additional error response information.
(Inherited from Response.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Parses the specified stream.
Public methodToString (Inherited from Object.)
Top
See Also